From 49ee70e2655d7a25d4ab515be5a246880d4e08c6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 1 Jun 1993 04:12:00 +0000 Subject: [PATCH] Handle 386bsd. --- config.sub | 3 ++- configure1.in | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config.sub b/config.sub index 58e76bc1e42..294a23eb69f 100755 --- a/config.sub +++ b/config.sub @@ -498,7 +498,8 @@ case $os in | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \ | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \ - | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* ) + | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \ + | -386bsd*) ;; -sunos5*) os=`echo $os | sed -e 's|sunos5|solaris2|'` diff --git a/configure1.in b/configure1.in index 48f908bc43f..f394c9f45ee 100755 --- a/configure1.in +++ b/configure1.in @@ -641,6 +641,7 @@ case "${configuration}" in *-linux* ) opsys=linux ;; *-sco3.2v4* ) opsys=sco4 ;; *-bsd386* ) opsys=bsd386 ;; + *-386bsd ) opsys=386bsd ;; ## Otherwise, we'll fall through to the generic opsys code at the bottom. esac ;; -- 2.30.2